home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Magazine / C_Tutorial / Part-9 / wb2 / visual.h < prev    next >
C/C++ Source or Header  |  1997-10-26  |  138b  |  13 lines

  1. #ifndef VISUAL_H
  2.  
  3. #define VISUAL_H
  4.  
  5. #include<exec/types.h>
  6.  
  7. int createVisual(void);
  8. void freeVisual(void);
  9.  
  10. APTR getVisual(void);
  11.  
  12. #endif
  13.